-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge feature/defs-filestore to develop #30
Conversation
It seems that there may be a dead lock somewhere during testing. While running the console version benchmark I have written, this has never happened. |
@SakuraIsayeki The deadlock is only happening during the test, not sure what is the reason behind. For now, I have added a TimeOut to prevent this from happening, but we may need a deeper dive in the future. It can be the difference between Debug and Release builds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work! LGTM
This PR fixes conflicts with the develop branch. There is one thing to notice.
However, they are still used in def-filestore since it was branched out before the refactor. That's why they are added back. We may need to review DefinitionDirectory & AssemblyDefinitionLoader because they are still dependent.